Search Results for

    Show / Hide Table of Contents

    Struct Post.StreamlineSeed

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public struct Post.StreamlineSeed

    Constructors

    StreamlineSeed(StreamlineExtraction, Point3d, int)

    Declaration
    public StreamlineSeed(Post.StreamlineExtraction Extraction, Point3d Coordinates, int ElementId)
    Parameters
    Type Name Description
    Post.StreamlineExtraction Extraction
    Point3d Coordinates
    int ElementId

    Fields

    Coordinates

    Declaration
    public Point3d Coordinates
    Field Value
    Type Description
    Point3d

    ElementId

    Declaration
    public int ElementId
    Field Value
    Type Description
    int

    Extraction

    Declaration
    public Post.StreamlineExtraction Extraction
    Field Value
    Type Description
    Post.StreamlineExtraction

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX