Class MarkingLineDesignBuilder
Inheritance
System.Object
System.MarshalByRefObject
MarkingLineDesignBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features.ShipDesign
Assembly: NXOpen.dll
Syntax
public class MarkingLineDesignBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
MarkingLineDesignBuilder()
Declaration
protected MarkingLineDesignBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GridPlanes
Declaration
public SelectDisplayableObjectList GridPlanes { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
UseExistingCuttingSideFace
Declaration
public bool UseExistingCuttingSideFace { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetMarkingLineInformation(ICurve, out Face[], out Face[])
Declaration
public void GetMarkingLineInformation(ICurve curve, out Face[] placementFaces, out Face[] targetFaces)
Parameters
Type | Name | Description |
---|---|---|
ICurve | curve | |
Face[] | placementFaces | |
Face[] | targetFaces |
IsMarkingLineFeature(Feature)
Declaration
public bool IsMarkingLineFeature(Feature frecTag)
Parameters
Type | Name | Description |
---|---|---|
Feature | frecTag |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink