Struct Post.StreamlineSeed
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct StreamlineSeed
Constructors
StreamlineSeed(Post.StreamlineExtraction, Point3d, Int32)
Declaration
public StreamlineSeed(Post.StreamlineExtraction Extraction, Point3d Coordinates, int ElementId)
Parameters
Type | Name | Description |
---|---|---|
Post.StreamlineExtraction | Extraction | |
Point3d | Coordinates | |
System.Int32 | ElementId |
Fields
Coordinates
Declaration
public Point3d Coordinates
Field Value
Type | Description |
---|---|
Point3d |
ElementId
Declaration
public int ElementId
Field Value
Type | Description |
---|---|
System.Int32 |
Extraction
Declaration
public Post.StreamlineExtraction Extraction
Field Value
Type | Description |
---|---|
Post.StreamlineExtraction |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()